Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarSlotsPanel<S> Class / Rows Property


In This Topic
    Rows Property (CalendarSlotsPanel<S>)
    In This Topic
    Gets or sets the number of visible rows.
    Syntax
    'Declaration
     
    
    Public Property Rows As Integer
    'Usage
     
    
    Dim instance As CalendarSlotsPanel(Of S)
    Dim value As Integer
     
    instance.Rows = value
     
    value = instance.Rows
    public int Rows {get; set;}
    See Also